home *** CD-ROM | disk | FTP | other *** search
- object Form1: TForm1
- Left = 373
- Top = 202
- Width = 435
- Height = 300
- Caption = 'Form1'
- Font.Color = clWindowText
- Font.Height = -13
- Font.Name = 'System'
- Font.Style = []
- PixelsPerInch = 96
- OnDestroy = FormDestroy
- TextHeight = 16
- object Button1: TButton
- Left = 176
- Top = 40
- Width = 89
- Height = 33
- Caption = 'Button1'
- TabOrder = 0
- OnClick = Button1Click
- end
- object DBGrid1: TDBGrid
- Left = 120
- Top = 104
- Width = 225
- Height = 120
- DataSource = DataSource1
- TabOrder = 1
- TitleFont.Color = clWindowText
- TitleFont.Height = -13
- TitleFont.Name = 'System'
- TitleFont.Style = []
- end
- object DataSource1: TDataSource
- Left = 64
- Top = 116
- end
- end
-